projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02ff9dd
)
(delete_window_event): New event kind.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 22 Nov 1993 04:04:46 +0000
(
04:04
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 22 Nov 1993 04:04:46 +0000
(
04:04
+0000)
src/termhooks.h
patch
|
blob
|
history
diff --git
a/src/termhooks.h
b/src/termhooks.h
index 116101670fc187d912a5d19429934e101d4b361f..06770c348eb06857146db0996e5e32046215b464 100644
(file)
--- a/
src/termhooks.h
+++ b/
src/termhooks.h
@@
-241,7
+241,8
@@
enum event_kind
milliseconds) for the click. */
selection_request_event, /* Another X client wants a selection from us.
See `struct selection_event'. */
- selection_clear_event /* Another X client cleared our selection. */
+ selection_clear_event, /* Another X client cleared our selection. */
+ delete_window_event /* An X client said "delete this window". */
};
/* If a struct input_event has a kind which is selection_request_event